home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / progtool / c / gcc / mntlib44.zoo / mntlib / wnull.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-20  |  96 b   |  6 lines

  1. /* This will avoid the construct L"". */
  2.  
  3. #include <stddef.h>
  4.  
  5. const wchar_t _wnull[1] = { 0 };
  6.